google.golang.org/grpc.retryThrottler.throttle (method)

4 uses

	google.golang.org/grpc (current package)
		clientconn.go#L1603: func (rt *retryThrottler) throttle() bool {
		stream.go#L685: 				cs.retryThrottler.throttle() // This counts as a failure for throttling.
		stream.go#L691: 			cs.retryThrottler.throttle() // This counts as a failure for throttling.
		stream.go#L710: 	if cs.retryThrottler.throttle() {